Package-level declarations

Types

Link copied to clipboard
object Shorthand

Shorthand extension functions for validating various types.

Link copied to clipboard
abstract class ValidatedField<T>(storedValue: T, defaultValue: T = storedValue) : Entry<T, ValidatedField<T>> , Updatable, TranslatableEntry, EntryCreator

Validated Field Collection - serialization is indistinguishable from their wrapped values, but deserialized into a validated wrapper